home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / screenit.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  41 lines

  1. <search function="screenit">
  2.   <name>ScreenIt</name>
  3.   <description>
  4.     A family-friendly movie search index. Uses Google for searching.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>screenit jaws</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Entertainment</category>
  11.   <link>http://www.screenit.com/</link>
  12.   
  13.   <form name="screenitf"
  14.         action="http://www.google.com/custom"
  15.         method="get">
  16.     <input type="hidden" name="q" value=""/>
  17.     <input type="hidden" name="cof" VALUE="LW:350;L:http://www.screenit.com/images/screenit_logo_350x139.jpg;LH:139;AH:center;AWFID:c094116f3ec01b5d;"/>
  18.     <input type="hidden" name="domains" value="screenit.com"/>
  19.     <input type="hidden" name="sitesearch" value="screenit.com"/>
  20.   </form>
  21.   
  22.   <script><![CDATA[
  23.     function screenit(q)
  24.     {
  25.       if( nullArgs("screenit",q) )
  26.         return false;
  27.       else
  28.       {
  29.         document.screenitf.q.value = q;
  30.         submitForm(screenitf);
  31.       }
  32.     }
  33.   ]]></script>
  34.  
  35.   <copyright>
  36.     Copyright (c) 2002 David Bau
  37.     Distributed under the terms of the
  38.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  39.   </copyright>
  40. </search>
  41.